home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / docs / mags / ARDisk1.lha / apple2000v1.1.lha / disk2file.doc < prev    next >
Encoding:
Text File  |  1994-06-18  |  1.9 KB  |  69 lines

  1.                                 Disk2File
  2.                      An Apple ][ DOS 3.3 Disk Reader
  3.                               By Ron Menelli
  4.  
  5.                 Copyright (c) 1992,1994 Ronald J. Menelli
  6.  
  7.  
  8. This program is copyrighted but freely redistributable. Distribute it
  9. as you like, as long as the package is distributed as an unmodified
  10. whole.
  11.  
  12.  
  13. INTRODUCTION
  14.  
  15. Disk2File is a program that simply reads an Apple ][ DOS 3.3 formatted
  16. 5 1/4" disk and writes the entire contents of the disk to an AmigaDOS
  17. file.
  18.  
  19.  
  20. SYSTEM REQUIREMENTS
  21.  
  22. Disk2File runs on any Amiga computer that has an Amiga 1020 or equivalent
  23. 5 1/4" drive. At the time of this writing, Disk2File has only been tested
  24. on an A3000-25 with AmigaDOS 3.1 and an Amiga 1020 drive.
  25.  
  26.  
  27. USAGE
  28.  
  29. To run this program, put your Apple ][ disk in your Amiga 5 1/4" drive
  30. and, in a shell window, type:
  31.  
  32.         Disk2File DFx: file_name
  33.  
  34. Where DFx: is one of DF0:, DF1:, DF2:, DF3: (whichever your 5 1/4" drive
  35. is) and file_name is the desired output file name. Provided there are no
  36. read errors, the data on the disk will be copied to the Amiga file.
  37.  
  38.  
  39. FILE FORMAT
  40.  
  41. The format of the output file is one that is used by a number of Apple ][
  42. emulators. The data in the file is merely each sector of the disk written
  43. one after the other (in sequential order, not the order the sectors are
  44. stored on the disk), starting at track 0, sector 0. The data is completely
  45. decoded from its original GCR form, so no further conversion need be done
  46. by the emulator.
  47.  
  48.  
  49. VERSION HISTORY
  50.  
  51. 1.1 5/19/94 Fixed a number of silly decoding bugs that didn't appear until
  52.             now. Added full checking of markers and checksums.
  53.             First public release.
  54.  
  55. 1.0         First try - basic functionality.
  56.  
  57.  
  58.  
  59. Please send bug reports, complaints, suggestions and moral support to:
  60.  
  61.         menelli@uiuc.edu
  62.  
  63. Oh yeah, let me know if you get this program working with the IBM 5 1/4"
  64. drive hack. I haven't hacked a drive myself - yet.
  65.  
  66.  
  67. Ron Menelli
  68. May 19, 1994
  69.